U

The Manifest Prophets of the Universe bring us their unique brand of unbridled certainty, unshackled from the chains of reason and evidence. Today, they prophesize:

/* styles.css */ body { background-color: #F7F7F7; margin: 0; padding: 0; } body.body { font-family: 'Arial', sans-serif; font-weight: bold; } body.container { width: 800px; margin: 0 auto; padding: 16px; background-color: #F7F7F7; border: 1px solid #000000; box-shadow: 0px 0px 4px #000000; } body.container h1.title { color: #FF69B4; font-size: 36px; font-weight: bold; margin: 0; padding: 8px 0; border-bottom: 4px solid #000000; } body.container p.text { font-size: 18px; line-height: 24px; color: #333; margin: 0; padding: 0 0 8px 0; } body.container ul.list { list-style: none; padding: 0; margin: 0; list-style-position: outside; } body.container ul.list li { display: inline-block; font-size: 18px; color: #333; margin: 8px 0; padding: 8px 0; } body.container ul.list a { text-decoration: none; color: #C7C7C7; text-align: left; } body.container ul.list a:hover { text-decoration: none; color: #C7C7C7; }